@charset "utf-8";

/*
    Model - RAON_responsive_basic 테마
    Version - 1.0
    Content - GNUBOARD용 기본 default.css 파일중 hd(상단)스타일 관련 상세 분리생성

    추가상세 - 로고,메뉴,검색

    © 2019 RAON. All Rights Reserved.
    last_published: 20191012
*/

/* 상단 레이아웃 */
#hd {
    /* position: fixed; */
    top: 0;
    left: 0;
    z-index: 9;
    height: 90px;
    padding: 0px 0;
    background-color: #fff;
    border-bottom: 1px solid #e3e3e6;
}

#hd_h1 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#hd_wrapper {
    margin: 0 auto;
    padding: 0;
}

#hd_wrapper:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#logo {
    position: absolute;
    z-index: 9;
    float: left;
    line-height: 90px;
}

/*검색영역 및 인기검색어*/
.hd_sch_wr {
    float: right;
}

#hd_sch h3 {
    position: relative;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#hd_sch #sch_stx {
    display: none;
    z-index: 999;
}

#sch_stx {
    position: relative;
    padding-left: 10px;
    height: 40px;
    width: 150px;
    margin-top: 25px;
    border: 1px solid #5a94de;
    float: left;
    font-size: 1.1em;
}

#hd_sch #sch_submit {
    height: 40px;
    border: 0;
    color: #5a94de;
    width: 50px;
    float: left;
    cursor: pointer;
    font-size: 18px;
}

#hd_sch button {
    border: 0px;
    padding: 0 10px;
    background: #fff;
}

#sbn_side {
    position: absolute;
    top: 20px;
    right: 0;
}

.tnb_wrap {
    width: 50px;
    float: right;
    line-height: 87px;
}

#tnb {
    float: right;
    z-index: 99;
    display: inline-block;
}

#tnb h3 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#tnb ul {
    margin: 0 auto;
    zoom: 1;
}

#tnb ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#tnb li {
    float: right;
    margin-bottom: -1px;
    font-size: 1em;
}

#tnb a {
    display: inline-block;
    padding: 0 10px;
    font-size: 1em;
    color: #555;
    line-height: 35px;
    letter-spacing: -0.5px;
}

#tnb a:focus,
#tnb a:hover {
    color: #5a94de;
}

#tnb .tnb_admin a {
    color: #ff0000;
}

#tnb .tnb_left {
    float: left;
}

#tnb .tnb_left a {
    padding: 0 14px;
}

#tnb .tnb_cart {}

#tnb .tnb_community {}

#tnb .tnb_community i {
    font-size: 15px;
}

#tnb .tnb_community {
    background: #e7e7e7;
    font-weight: bold;
}

#tnb .tnb_community:focus,
#tnb .tnb_community:hover {
    color: #333;
    border-bottom: 0;
}

#tnb .tnb_community a {
    color: #253dbe;
}

/* 로그인후 회원이미지출력 */
#tnb .profile_img img {
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

#hd_qnb {
    float: right;
    margin-top: 20px;
}

#hd_qnb:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#hd_qnb li {
    float: left;
    font-size: 1.083em;
    line-height: 15px;
    position: relative;
    text-align: center;
    margin: 0 10px;
}

#hd_qnb li span {
    display: block;
    margin-top: 5px;
    font-size: 0.92em;
}

#hd_qnb li a {
    display: block;
}

#hd_qnb li i {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    border-radius: 25px;
    background: #fff;
    text-align: center;
    margin: 0;
    color: #fff;
}

#hd_qnb .visit .visit-num {
    display: inline-block;
    line-height: 18px;
    padding: 0 5px;
    border-radius: 10px;
    background: #f04e00;
    color: #fff;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

#hd_qnb li .fa-question {
    background: #e83a5f;
    font-size: 20px;
}

#hd_qnb li .fa-question:hover {
    background: #e41b45;
}

#hd_qnb li .fa-comments {
    background: #82c13f;
    font-size: 16px;
}

#hd_qnb li .fa-comments:hover {
    background: #5aa708;
}

#hd_qnb li .fa-users {
    background: #f0ba00;
    font-size: 15px;
}

#hd_qnb li .fa-users:hover {
    background: #f06f00;
}

#hd_qnb li .fa-history {
    background: #8522c4;
    font-size: 15px;
}

#hd_qnb li .fa-history:hover {
    background: #6700a9;
}

/* 전체공통메뉴 #gnb */
#gnb {
    float: left;
    min-width: 770px;
    max-width: 950px;
}

#gnb h2 {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#gnb .gnb_wrap {
    margin: 0 auto;
    line-height: 75px;
}

#gnb #gnb_1dul {
    margin: 0 0 0 150px;
    font-size: 1.3em;
    padding: 0;
    zoom: 1;
}

#gnb ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

/*메인메뉴*/
#gnb .gnb_1dli {
    min-width: 120px;
    float: left;
    line-height: 86px;
    padding: 0 20px;
    position: relative;
    color: #5a94de;
}

#gnb .gnb_1dli:hover {
    color: #5a94de;
    border-bottom: 3px solid #5a94de;
}

.gnb_1da {
    display: inline-block;
    font-weight: 300;
    color: #3f3f3f;
    text-decoration: none;
}

a.gnb_1da:hover {
    color: #5a94de;
}

.gnb_2dli:first-child {
    border: 0;
}

/*서브메뉴*/
.gnb_2dul {
    display: none;
    position: absolute;
    top: 89px;
    min-width: 120px;
    background: #fff;
    padding: 0;
    border: 1px solid #e7e7e7;
}

.gnb_2da {
    display: block;
    padding: 0 0 0 10px;
    line-height: 40px;
    font-size: 0.9em;
    color: #3f3f3f;
    text-align: left;
}

a.gnb_2da:hover {
    color: #5a94de;
}

.gnb_1dli_air .gnb_2da {}

.gnb_1dli_on .gnb_2da {}

.gnb_2da:focus,
.gnb_2da:hover {
    color: #fff;
}

.gnb_1dli_over .gnb_2dul {
    display: block;
    left: 0;
}

.gnb_1dli_over2 .gnb_2dul {
    display: block;
    right: 0;
}

.gnb_wrap .gnb_empty {
    padding: 10px 0;
    width: 100%;
    text-align: center;
    line-height: 2em;
    color: #fff;
}

.gnb_wrap .gnb_empty a {
    color: #fff;
    text-decoration: underline;
}

.gnb_wrap .gnb_al_ul .gnb_empty,
.gnb_wrap .gnb_al_ul .gnb_empty a {
    color: #555;
}

/* 사이트맵 돋보기아이콘 링크 */
.gnb_mnal,
.gnb_m_menu {
    float: right;
    margin: 0 5px;
    z-index: 99;
    display: block;
}

.gnb_menu_btn,
.gnb_m_menu_btn {
    background-color: #fff;
    width: 20px;
    border: 0;
    font-size: 18px;
}

.gnb_close_btn {
    background-color: #fff;
    display: none;
    width: 20px;
    border: 0;
    font-size: 18px;
}

.gnb_m_menu,
.gnb_m_menu_btn,
.gnb_m_close_btn {
    display: none;
}

.gnb_m_close_btn {
    z-index: 999999;
}

/* 전체공통메뉴 #gnb 사이트맵 */
#gnb_all {
    display: none;
    position: absolute;
    width: 1200px;
    z-index: 99;
}

/* 전체공통메뉴 와이드 #gnb_wide 사이트맵 */
#gnb_wide_all {
    display: none;
    top: 90px;
    position: absolute;
    width: 1200px;
    z-index: 99;
}

.gnb_al_ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

.gnb_al_ul {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
}

.gnb_al_li {
    background: #fff;
    float: left;
    min-width: 20%;
    padding: 5px;
}

.gnb_al_li .gnb_al_a {
    font-size: 1.083em;
    padding: 10px;
    display: block;
    position: relative;
    margin-bottom: 10px;
    background: #eff1f9;
    border-bottom: 1px solid #dee2f1;
    font-weight: bold;
    color: #243071;
}

.gnb_al_li li {
    padding-left: 10px;
    line-height: 2em;
}

.gnb_al_li li i {
    color: #9ca6cc;
}

.gnb_al_li li a {
    color: #555;
}

#snb {
    width: 100%;
    margin-top: 0px;
}

#snb {
    width: 100%;
}

#snb>li.snb {
    width: 100%;
    display: none;
}

#snb>li.snb.active {
    display: block !important;
}

#snb>li>div {
    width: 100%;
    text-align: left;
    padding: 20px 10px;
    font-size: 1.5em;
    border-bottom: 2px solid #5a94de;
    color: #5a94de;
}

#snb>li .snb2dDown {
    display: none;
}

#snb>li>ul {}

#snb>li>ul>li {
    border-bottom: 1px solid #eee;
}

#snb>li>ul>li a {
    display: block;
    padding: 20px;
    color: #333;
    font-size: 1em;
}

#snb>li>ul>li a b {
    font-size: 1.1em;
}

#snb>li>ul>li a:hover {
    background: #eee;
    padding-left: 20px;
    color: #000;
}

#snb>li>ul>li.snb2d.active a {
    background: #eee;
    color: #000;
}

#snb>li>ul>li a {
    overflow: hidden;
}

#snb>li>ul>li a i {
    float: right;
}

.snbCS {
    border: 1px solid #ddd;
    padding: 20px;
}

.snbCS dt {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.snbCS dd {
    font-size: 11px;
    color: #999;
}

.snbCS dd strong {
    display: block;
    font-size: 18px;
    padding-bottom: 10px;
    color: #666;
}

.snbCS dd b {
    display: block;
    font-size: 11px;
}

/* 서브메뉴 레이아웃 */
#page_title {
    width: 100%;
    height: 350px;
    text-align: center;
    background-color: #fff;
    color: #fff;
    background-size: 100% auto;
    background-position: center;
    background-repeat: repeat;
    overflow: hidden;
}

#page_title .page_title_in {
    padding: 130px 0;
    background: hsla(0, 0%, 0%, 0.3);
    width: 100%;
    height: 100%;
}

#page_title .page_title_in span {
    display: block;
    height: 50px;
    padding: 0 0 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#page_title .page_title_in strong {
    font-size: 3em;
    height: 80px;
    padding: 0 0 10px 0;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#page_title .page_title_in .title_description {
    font-size: 1.5em;
    padding: 0 0 10px 0;
    margin: 10px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#page_title .page_title_in.locationBar {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#page_title .page_title_in .locationBar span {
    display: inline-block;
    font-weight: normal;
    font-size: 12px;
}

#page_title .page_title_in .locationBar i {
    display: inline-block;
    margin: 0 5px;
}

/* 페이지 상단이미지 theme/img */
/* 기본제공페이지 상단 */
#page_title.sub_title_bg_0,
#page_title.sub_title_bg_00 {
    background-image: URL("../img/sub_title_bg/sub_title_bg_0.jpg");
}

/* 1번 메뉴페이지 상단 */
#page_title.sub_title_bg_01 {
    background-image: URL("../img/sub_title_bg/sub_title_bg_01.jpg");
}

/* 2번 메뉴페이지 상단 */
#page_title.sub_title_bg_02 {
    background-image: URL("../img/sub_title_bg/sub_title_bg_02.jpg");
}

/* 3번 메뉴페이지 상단 */
#page_title.sub_title_bg_03 {
    background-image: URL("../img/sub_title_bg/sub_title_bg_03.jpg");
}

/* 4번 메뉴페이지 상단 */
#page_title.sub_title_bg_04 {
    background-image: URL("../img/sub_title_bg/sub_title_bg_04.jpg");
}

/* 5번 메뉴페이지 상단 */
#page_title.sub_title_bg_05 {
    background-image: URL("../img/sub_title_bg/sub_title_bg_05.jpg");
}

/* 6번 메뉴페이지 상단 */
#page_title.sub_title_bg_06 {
    background-image: URL("../img/sub_title_bg/sub_title_bg_06.jpg");
}

/* 7번 메뉴페이지 상단 */
#page_title.sub_title_bg_07 {
    background-image: URL("../img/sub_title_bg/sub_title_bg_07.jpg");
}

/* 8번 메뉴페이지 상단 */
#page_title.sub_title_bg_08 {
    background-image: URL("../img/sub_title_bg/sub_title_bg_08.jpg");
}

/* 9번 메뉴페이지 상단 */
#page_title.sub_title_bg_09 {
    background-image: URL("../img/sub_title_bg/sub_title_bg_09.jpg");
}

/*가로 네비게이션 사용 클래스*/
.horizon_snb {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.horizon_snb .wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.horizon_snb .horizon_snb_depth1>li {
    display: inline-block;
    width: 160px;
    color: #666;
    border-right: 1px solid #ddd;
}

.horizon_snb .horizon_snb_depth1>li:first-child {
    width: 55px;
    margin-left: 0;
    padding-left: 0;
    background: none;
}

.horizon_snb .horizon_snb_depth1>li a {
    height: 49px;
    padding: 15px 20px;
    display: block;
    font-size: 1.1em;
}

.horizon_snb .horizon_snb_depth1>li a span {
    float: right;
}

.horizon_snb .horizon_snb_depth1>li a span i {
    margin-top: 3px;
}

.horizon_snb .horizon_snb_depth1 .active {
    font-weight: 300;
    color: #444;
    position: relative;
}

.horizon_snb .horizon_snb_depth1 .active .fa {
    float: right;
    line-height: 20px;
}

.horizon_snb .horizon_snb_depth1 .active:hover .horizon_snb_depth2 {
    display: block;
}

.horizon_snb .horizon_snb_depth2 {
    display: none;
    position: absolute;
    top: 48px;
    width: 160px;
    text-align: left;
    z-index: 9999;
    border: 1px solid #ddd;
    font-size: 1em;
}

.horizon_snb .horizon_snb_depth2 li a {
    display: block;
    padding: 15px 20px;
    background: #fff;
    color: #333;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
}

.horizon_snb .horizon_snb_depth2>li a span {
    float: right;
}

.horizon_snb .horizon_snb_depth2 li a:hover {
    background: #eee;
}

.horizon_snb .horizon_snb_depth2 li:last-child a {
    border: 0;
}

.horizon_snb .horizon_snb_depth1 .print_btn {
    float: right;
    width: 60px;
}

/* 전체공통메뉴 와이드 #gnb_wide */
.gnb_wide {
    float: left;
    min-width: 770px;
    max-width: 1150px;
    font-size: 1.5em;
}

@media screen and (max-width: 1200px) {
    .gnb_wide {
        display: none;
    }
}

.gnb_wide * {
    box-sizing: border-box;
}

.gnb_wide ul,
.gnb_wide li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gnb_wide a,
.gnb_wide a:hover,
.gnb_wide a:link,
.gnb_wide a:active {
    text-decoration: none;
    color: inherit;
}

/* 메뉴 위치설정 좌측기준 여백 */
.gnb_wide .wrap,
.lnb .lnb_depth2 .wrap>ul>li:first-child {
    margin: 0 0 0 250px;
}

.lnb {
    position: relative;
}

.lnb .lnb_depth1 {
    height: 90px;
}

.lnb .lnb_depth1>li {
    display: inline-block;
    text-align: center;
    min-width: 150px;
    line-height: 86px;
}

.lnb .lnb_depth1>li a {
    display: inline-block;
    color: rgb(30, 30, 30);
    font-size: 20px;
}

.lnb .lnb_depth1>li a:hover {
    color: #5a94de;
}

.lnb .lnb_depth2 {
    max-height: 0px;
    opacity: 0;
    position: fixed;
    z-index: 100;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    font-size: 0.8em;
    -webkit-transition: max-height 0.3s ease-in-out,
        background 0.25s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out, background 0.25s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out, background 0.25s ease-in-out;
    transition: max-height 0.3s ease-in-out, background 0.25s ease-in-out;
    overflow: hidden;
}

.lnb_depth2 .wrap {
    width: 1200px;
    margin: 0 auto;
}

.lnb:hover .lnb_depth2 {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: max-height 0.3s ease-in-out,
        background 0.25s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out, background 0.25s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out, background 0.25s ease-in-out;
    transition: max-height 0.3s ease-in-out, background 0.25s ease-in-out;
}

.lnb .lnb_depth2 .wrap>ul>li {
    display: inline-block;
    text-align: center;
    min-width: 150px;
    line-height: 2em;
    padding: 25px 0;
    float: left;
    height: 100%;
}

.lnb .lnb_depth2 .wrap>ul>li ul li a {
    padding: 3px 0;
    display: block;
    box-sizing: border-box;
    color: rgb(22, 22, 22);
}

#aside {
    float: left;
    /* 서브메뉴 위치설정 */
    width: 250px;
    /* 서브메뉴 넓이설정 */
    padding: 0;
    height: 100%;
    margin: 20px 40px 20px 0;
    /* 서브메뉴 여백설정 */
    padding: 0;
}

#m_gnb {
    display: none;
    background: rgba(255, 255, 255, 0.97);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    height: 100%;
    overflow-y: auto;
    width: 300px;
    -webkit-box-shadow: 0 0 15px rgba(55, 55, 5, 0.4);
    -moz-box-shadow: 0 0 15px rgba(55, 55, 5, 0.4);
    box-shadow: 0 0 15px rgba(55, 55, 5, 0.4);
}

#m_gnb a {
    display: block;
    color: #323232;
    font-weight: bold;
    font-size: 1.2em;
}

.m_gnb_1dli {
    position: relative;
    line-height: 40px;
}

.m_gnb_1dli button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border: 0;
    background: url(../img/m_gnb_bg.gif) no-repeat 50% 50%;
    text-indent: -9999px;
}

.m_gnb_1dli .btn_m_gnb_op {
    color: #fff;
}

.m_gnb_1dli button.btn_m_gnb_cl {
    background: url(../img/m_gnb_bg2.gif) no-repeat 50% 50%;
}

.m_gnb_1dli button {
    position: absolute;
    top: 0;
    right: 0;
    background: url;
    border: 0;
    width: 100px;
    height: 60px;
    overflow: hidden;
    border: 0;
    background: url(../img/gnb_bg.gif) no-repeat 50% 50%;
    text-indent: -9999px;
}

.m_gnb_1dli button.btn_gnb_cl {
    background: url(../img/gnb_bg.gif) no-repeat 50% 50%;
}

.m_gnb_1da {
    padding: 10px 20px;
    border-bottom: 1px solid #b0b0b0;
    background-color: rgb(235, 235, 235);
}

.m_gnb_2dul {
    display: none;
}

.m_gnb_2da {
    border-bottom: 1px solid #e3e3e6;
    background: url(../img/btn_next.gif) no-repeat 21px 17px;
    padding: 5px 0 5px 50px;
}

#m_gnb_close {
    display: block;
    margin: 0;
    height: 50px;
    width: 100%;
    border: 0;
    background: url(../img/btn_close.png) no-repeat right 50%;
    background-size: 25px;
    color: #3b3b3b;
    /* text-indent: -999999999px; */
    overflow: hidden;
    z-index: 99999999px;
}

#m_gnb_empty {
    padding: 20px 0;
    color: #989898;
    text-align: center;
    line-height: 2em;
}

#m_gnb_empty a {
    display: inline;
    text-decoration: underline;
}

@media screen and (max-width: 1200px) {
    #hd {
        height: 60px;
    }

    #logo {
        margin-left: 20px;
        line-height: 60px;
    }

    #gnb {
        display: none;
    }

    #gnb .gnb_mnal,
    .gnb_m_menu,
    .gnb_m_menu_btn {
        display: inline-block;
    }

    .gnb_mnal {
        display: none;
    }

    .tnb_wrap {
        line-height: 57px;
    }

    #sch_stx {
        margin-top: 10px;
    }

    #page_title {
        height: 250px;
    }

    #page_title .page_title_in {
        padding: 80px 0;
    }

    #aside {
        display: none;
    }

    .horizon_snb .horizon_snb_depth1 .print_btn a {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    #page_title {
        height: 160px;
    }

    #page_title .page_title_in {
        padding: 80px 0;
    }

    #page_title .page_title_in strong {
        font-size: 1.5em;
        height: 50px;
    }

    #page_title .page_title_in span {
        font-size: 0.8em;
        height: 20px;
    }

    #page_title .page_title_in .title_description {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    #logo {
        width: 140px;
    }

    #page_title {
        height: 90px;
    }

    #page_title .page_title_in {
        padding: 35px 0;
    }

    #page_title .page_title_in strong {
        font-size: 1.5em;
        height: 50px;
    }

    #page_title .page_title_in span {
        display: none;
        font-size: 0.8em;
        height: 20px;
    }

    #page_title .page_title_in .title_description {
        display: none;
    }

    .horizon_snb {
        display: none;
    }

    .prodLatTit {
        font-size: 15px;
    }
}